projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e71a137
)
(dired-move-to-filename-regexp): Add . to HH:MM.
author
Juri Linkov
<juri@jurta.org>
Wed, 31 Mar 2004 16:06:43 +0000
(16:06 +0000)
committer
Juri Linkov
<juri@jurta.org>
Wed, 31 Mar 2004 16:06:43 +0000
(16:06 +0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index cfdb57d614c4837589f2d00f2a7b7435e4019250..6491e11c1e0e5a6a6a1f714935452935f8fcef6b 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-1630,7
+1630,7
@@
DIR must be a directory name, not a file name."
(s " ")
(yyyy "[0-9][0-9][0-9][0-9]")
(dd "[ 0-3][0-9]")
- (HH:MM "[ 0-2][0-9]
:
[0-5][0-9]")
+ (HH:MM "[ 0-2][0-9]
[:.]
[0-5][0-9]")
(seconds "[0-6][0-9]\\([.,][0-9]+\\)?")
(zone "[-+][0-2][0-9][0-5][0-9]")
(iso-mm-dd "[01][0-9]-[0-3][0-9]")